home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-exit.dcr / 00062_close button.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  172 b   |  16 lines

  1. on mouseUp
  2.   puppetSound(1, "Clicker")
  3.   startTimer()
  4.   cursor(-1)
  5.   puppetSprite(150, 0)
  6.   go("exit")
  7. end
  8.  
  9. on mouseEnter
  10.   cursor(280)
  11. end
  12.  
  13. on mouseLeave
  14.   cursor(-1)
  15. end
  16.